Pet Store Web Service
Pet Store Web Service / User Json Schema
In This Topic
    User Json Schema
    In This Topic
    Description
    Represents an individual user.
    Overview
    User
    Represents an individual user.
    id : integer
    Unique identifier for this user.
    username : string
    Unique user name.
    firstName : string
    First Name.
    lastName : string
    Last Name.
    email : string
    Email address.
    password : string
    Current password.
    phone : string
    Phone number.
    userStatus : integer
    1 = registered, 2 = active, 3 = closed.
    Properties
    NameDescriptionData Type
    Unique identifier for this user.integer
    Unique user name.string
    First Name.string
    Last Name.string
    Email address.string
    Current password.string
    Phone number.string
    1 = registered, 2 = active, 3 = closed.integer
    See Also